0
how to generate random decimal number between 0 - 1 , 1E-30
math rand
16 ответов
+ 9
very hard is right
Math.random()*10
above code is just a example
+ 7
var x = Math.random(); //This automatically generates number 0 and 1
//This generates an output like 1.3848292 so if you do not want that decimal thingy
x = Math.round();
document.write(x); //It will output either 1 or 0 without decimals now
+ 6
*
+ 6
-_-
No I just mark it
Why you want to generate big random number like that?
Oh wait it's small. very smaller than 0
Btw create random by Math.random()*(1e-30)
+ 6
* is every answer and better than 42,right?
+ 6
javascript:
reply().openPath();
reply("Sympathy from Illuminati?").to(parse("int","C0MPL3X",16));
reply().closePath();
+ 5
Give this dude the best answer
"*"
xD
+ 5
xD sorry lol
+ 5
42 is life
+ 5
:O
But I like 666
+ 5
fn main() {
let mut quit_life = false;
println!(":O But I like 666");
loop {
let mut quit_life = true;
}
}
+ 5
javascript:
playMedia("Sound-Media/Effect/Illuminati.mp3",1,true)
+ 5
#include <conversation>
#include <skyrim>
using namespace fuslodah;
int main(){
dragon.breatheSet(pow(999,999));
dragon.kick << "C0MPL3X" << away;
return "End or not?";
}
+ 4
fn main() {
ask_for_sympathy();
}
+ 4
fn main() {
panic!("AAAAAAAAAAAA!!!!eiou"); //Moon base alpha reference
}
+ 3
use std::time::Duration;
use std::thread;
fn main() {
panic!("Error - C0MPL3X Hibernated");
thread::sleep(Duration::from_secs(9999));
}