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