mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-16 12:17:57 +00:00
3 lines
49 B
Mathematica
3 lines
49 B
Mathematica
|
|
function y = rnd(x)
|
||
|
|
y = double(x>rand());
|
||
|
|
end
|