[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

how do i generate a random number in my head?

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 48
Thread images: 3

File: shutterstock_310072547[1].jpg (70KB, 748x506px) Image search: [Google]
shutterstock_310072547[1].jpg
70KB, 748x506px
how do i generate a random number in my head?
>>
Not sure. i did it just now and came up with 17 - 23 - 8
>>
>>8597923
You can't
>>
>>8597946
so what number am i thinking of
>>
>>8597923
define random
>>
>>8597926
83 - 19 - 12
>>
36 - 52 - 97
>>
>>8597923
If you think of a number, what makes it random?
>>
>>8597960
all right let's say "as random as possible"

let's hear some formulas

as effective as possible yet as simple as possible
>>
Generate two pseudo random numbers between one and ten in your head. Multiply them and then add their sum. If the result if greater than five, it's a one. Less than five and it's a zero. Do this for as many bytes as you like and you get a pretty ok random number in binary.
>>
>>8597923
Just generate a random numerical formula that you don't know the answer to. For instance, a quintic polynomial, a summation, exponential functions with factorials, ... .
>>
>>8597977
feels like if you were to ask people to generate two random numbers they'll tend to pick numbers fairly far from one another a disproportional percentage of the time. can't see asking someone to name two numbers 1-10 and getting an answer like "2 and 3".

who knows though, supposedly even when asked for a single value 1-10 people tend to pick 7 a lot so maybe the seed value is just a huge problem no matter what
>>
>>8597981
Maybe they all randomly pick 7
>>
>>8597971

Choose a bunch of arbitrary, unrelated things to derive numbers from?

For example, write down:
Filename of the first gif in your gif folder
the first word from the book or magazine nearest your left hand
the title of your favorite movie

Select the third character of each word, lookup the ascii, add up these numbers and divide by 3. Or something like that.
>>
>>8597923
Have a stroke.
>>
Vaguely disguised free will thread.
>>
>>8597977
Except that leads to an over-representation of sevens in the first step.
>>
>>8597981
>>8597994
The reason for this is because in the western world, the number seven is associated with luck. It's most people's "lucky number". Therefore, when asked to think of a number between 1 and 10, most pick seven because they believe it's special. It's not scientific, but it works.
>>
>>8597923
You still need a source that will provide you with an equally probable input

From there you need to devise a formula that will again provide you with equally probable output

I mean if that is how you define random, where all possible outputs will have an equal(or similar) probability of occuring
>>
>>8597923
easy
think of a number between 1 and the largest number your pea-brain can think of, call it A
now take the square root of A
think of another number B
the first B digits of the square root of A is your random number

>but that's not random
you'll never know the fucking difference so what's the point?
>>
What was von mememans random number algorithm?

Something with taking a number, doing something too it, and then dropping the first and last digit
>>
>>8598165
That's not why. It's because 7 is the most complex single digit number in division.
>>
>>8597923
Have disorganized thinking from a psychotic disorder. I have Bipolar and I think of random numbers all the time during mania. I literally can't do math or even count during that, though.
>>
From random import randint
Print (randint (a,b))
>>
>>8597923
>how do i generate a random number in my head?
Start by thinking about 0

Then, whenever you think about cocks add 1 to that number

Then at the end of the day see the number you got.
>>
File: bateman.jpg (782KB, 1316x1500px) Image search: [Google]
bateman.jpg
782KB, 1316x1500px
Like this.
Check my 7
>>
>>8598403
But that number is not defined under ZFC
>>
>>8598418
How not?
>>
>>8597923
Look at your watch/phone for the time, you should get a number like 11:15:20 => 111520
Take your bithday 01/06/1975=>1061975
Calcul in your head 111520^1061975
then take the nth digit of that number where n was teh last digit of the time.
Take the nth root of 111520^1061975, take the middle digit of this number, it should be a random number between 0 and 9.
>>
>>8598486
you see, OP is so obsessed with cocks that the number of his cock thoughts per second exceeds every large cardinal including rank-into-rank embeddings, in fact the number of OP cock thoughts is so large that it even exceeds the Reinhardt cardinal, making undefinable under ZFC.
>>
>>8598153
Congratz for figuring the real shit out of this thread, brother.
>>
>>8597923
Do it the exact same way it would be done elsewhere. Common "random number" is to take the time then run it through some randomising processes. Make a system that inputs the time (hours:minutes:seconds) and generates a random number. Won't be that great or robust however and for more seemingly "random" numbers, in other words what we think of as random. You need to make it more spread out, so there is no possibility of say generating the same number 10 times or never generating a number in 100k tries.
>>
meditate in front of a lava-lamp for five hours and and then shout out loud the first number that comes to mind
>>
>>8598412
Wew lad, see >>8599163
>>
>>8597923
In what situation outside of technology (therefor already semi possible) do you truly need a random number?

Professor asks the class to pick a number?
Count how many people are wearing red shirts or something
>>
>>8597923
I dont get it
A number is either random or not
50/50 chance
100 if you know statistics like myself

>im vegan
>>
>>8597923
Roll a fair n sided die, observe the result. You now have a randomly generated number in your head.
>>
>>8597923
Take your name
Encrypt it with RSA (you do already have the keys, right?)
Take first ten bits
Congtars, you've got yourself a number from 0 to 1023?
>>
>>8599310
You can test the quality of randomness in a set of generated numbers statistically.
>>
File: 1478664103362.png (251KB, 494x493px) Image search: [Google]
1478664103362.png
251KB, 494x493px
Like this
>>8599744
>>
>>8597923
Take the date, multiply it by the temperature/your wheight and add it your height.
>>
>>8597923
>how do i generate a random number in my head?
think of a random decimal of pi. pi is truely random.
>>
>>8599325
Is that a question, retard? What the fuck are you trying to ask?
>>
>>8597954
69, but you will deny it.
>>
Get a gieger counter probe and place it deep on your ear canal. With luck your nuerons will emit gamma rays which are a total 100% random system in neuron space.
>>
>>8597971
>pick a random number generator
>set your current number to 2 (which I randomly chose)
>run the random number generator in your head and save your new random number
>repeat step 3 with your new current number when you need a random number
>>
>>8597923
Blink twice
>>
>>8597923

Actually, there is evidence that we suck at generating random numbers, especially when given an anchor number to start with.


15. Try to make another random number.
Thread posts: 48
Thread images: 3


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.