📄 random_smob.x
字号:
scm_make_gsubr( "random?" , 1 , 0 , 0 , reinterpret_cast<SCM(*)(...)>(scm_fn_random_p )); scm_make_gsubr( "make-random" , 0 , 0 , 0 , reinterpret_cast<SCM(*)(...)>(scm_fn_make_random )); scm_make_gsubr( "seed-random!" , 2 , 0 , 0 , reinterpret_cast<SCM(*)(...)>(scm_fn_seed_random )); scm_make_gsubr( "%random-integer!" , 3 , 0 , 0 , reinterpret_cast<SCM(*)(...)>(scm_fn_random_int )); scm_make_gsubr( "%random-uniform!" , 3 , 0 , 0 , reinterpret_cast<SCM(*)(...)>(scm_fn_random_uniform )); scm_make_gsubr( "%random-normal!" , 3 , 0 , 0 , reinterpret_cast<SCM(*)(...)>(scm_fn_random_normal )); scm_make_gsubr( "%random-boolean!" , 2 , 0 , 0 , reinterpret_cast<SCM(*)(...)>(scm_fn_random_bool ));
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -