Quick actions

cmd+k|ctrl+k

Navigation

Languages

/dev/urandom

Snippet info

Language

JavaScript

Visibility

public

Author

ctyode

Created

2015-10-15T21:14:06Z

Updated

2018-01-08T02:11:19Z

if(Math.random() < 0.5) {
    console.log("0")
} else {
    console.log("1")
}


    
INFO