Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Real programmers don't comment their code. It was hard to write, it should be hard to understand.


devel / comp.theory / cheap arbiter bits

SubjectAuthor
* cheap arbiter bitsDaniel Pehoushek
`* cheap arbiter bitsDaniel Pehoushek
 `* cheap arbiter bitsDaniel Pehoushek
  `- cheap arbiter bitsDaniel Pehoushek

1
cheap arbiter bits

<d5b39665-33eb-4421-bde4-4cf7c6f78dc4n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=34952&group=comp.theory#34952

  copy link   Newsgroups: comp.theory
X-Received: by 2002:adf:df8a:0:b0:21b:9219:634c with SMTP id z10-20020adfdf8a000000b0021b9219634cmr6887415wrl.669.1656236420637;
Sun, 26 Jun 2022 02:40:20 -0700 (PDT)
X-Received: by 2002:a5b:487:0:b0:664:3c15:7e19 with SMTP id
n7-20020a5b0487000000b006643c157e19mr7813265ybp.105.1656236420178; Sun, 26
Jun 2022 02:40:20 -0700 (PDT)
Path: i2pn2.org!i2pn.org!paganini.bofh.team!pasdenom.info!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!209.85.128.87.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.theory
Date: Sun, 26 Jun 2022 02:40:19 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=2600:2b00:774c:5000:414a:183f:9840:93bd;
posting-account=wr2KGQoAAADwR6kcaFpOhQvlGldc1Uke
NNTP-Posting-Host: 2600:2b00:774c:5000:414a:183f:9840:93bd
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <d5b39665-33eb-4421-bde4-4cf7c6f78dc4n@googlegroups.com>
Subject: cheap arbiter bits
From: pehoush...@gmail.com (Daniel Pehoushek)
Injection-Date: Sun, 26 Jun 2022 09:40:20 +0000
Content-Type: text/plain; charset="UTF-8"
 by: Daniel Pehoushek - Sun, 26 Jun 2022 09:40 UTC

most succinct quality random bit generator:
num um = 0; num p = 2;
// five cycles for each of twelve bits per random prime
ool arbitraryOneum()
{if (p<four<<++um) {p=prime();um=one;}
return p&one<<um?one:zero;}

prime returns a random 15 bit prime.
five cycles is theoretically optimum.
daniel 2391++

Re: cheap arbiter bits

<e91710d4-fae1-4703-a922-34f496662855n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=35006&group=comp.theory#35006

  copy link   Newsgroups: comp.theory
X-Received: by 2002:a05:600c:511f:b0:3a0:44d7:7cd5 with SMTP id o31-20020a05600c511f00b003a044d77cd5mr11622741wms.81.1656335983965;
Mon, 27 Jun 2022 06:19:43 -0700 (PDT)
X-Received: by 2002:a0d:f285:0:b0:31b:c2d6:2ce9 with SMTP id
b127-20020a0df285000000b0031bc2d62ce9mr5754156ywf.172.1656335983236; Mon, 27
Jun 2022 06:19:43 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.128.88.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.theory
Date: Mon, 27 Jun 2022 06:19:43 -0700 (PDT)
In-Reply-To: <d5b39665-33eb-4421-bde4-4cf7c6f78dc4n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2600:2b00:774c:5000:9c14:7e16:332:53f9;
posting-account=wr2KGQoAAADwR6kcaFpOhQvlGldc1Uke
NNTP-Posting-Host: 2600:2b00:774c:5000:9c14:7e16:332:53f9
References: <d5b39665-33eb-4421-bde4-4cf7c6f78dc4n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <e91710d4-fae1-4703-a922-34f496662855n@googlegroups.com>
Subject: Re: cheap arbiter bits
From: pehoush...@gmail.com (Daniel Pehoushek)
Injection-Date: Mon, 27 Jun 2022 13:19:43 +0000
Content-Type: text/plain; charset="UTF-8"
 by: Daniel Pehoushek - Mon, 27 Jun 2022 13:19 UTC

On Sunday, June 26, 2022 at 5:40:23 AM UTC-4, Daniel Pehoushek wrote:
> most succinct quality random bit generator:
> num um = 0; num p = 2;
> // five cycles for each of twelve bits per random prime
> ool arbitraryOneum()
> {if (p<four<<++um) {p=prime();um=one;}
> return p&one<<um?one:zero;}
>
> prime returns a random 15 bit prime.
> five cycles is theoretically optimum.
> daniel 2391++
0 three planes make a point
1 one half dozen lines
2 define an idea
3 two halfspaces make a space
4 two halfplanes make a plane
5 two halflines make a line
6 three planes make a point
7 four lines make a square
8 numbers are two colorable
9 theory is two colorable
10 all is black information on white background

Re: cheap arbiter bits

<aad2d90a-1eb0-45cc-9a1d-49f34481550cn@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=35072&group=comp.theory#35072

  copy link   Newsgroups: comp.theory
X-Received: by 2002:a05:6000:154c:b0:21c:65c8:2ef with SMTP id 12-20020a056000154c00b0021c65c802efmr9284445wry.473.1656412147400;
Tue, 28 Jun 2022 03:29:07 -0700 (PDT)
X-Received: by 2002:a0d:ee83:0:b0:31b:cd60:d9e4 with SMTP id
x125-20020a0dee83000000b0031bcd60d9e4mr10134601ywe.454.1656412146768; Tue, 28
Jun 2022 03:29:06 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.goja.nl.eu.org!3.eu.feeder.erje.net!feeder.erje.net!fdn.fr!proxad.net!feeder1-2.proxad.net!209.85.128.88.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.theory
Date: Tue, 28 Jun 2022 03:29:06 -0700 (PDT)
In-Reply-To: <e91710d4-fae1-4703-a922-34f496662855n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2600:2b00:774c:5000:95c8:e13c:8128:570d;
posting-account=wr2KGQoAAADwR6kcaFpOhQvlGldc1Uke
NNTP-Posting-Host: 2600:2b00:774c:5000:95c8:e13c:8128:570d
References: <d5b39665-33eb-4421-bde4-4cf7c6f78dc4n@googlegroups.com> <e91710d4-fae1-4703-a922-34f496662855n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <aad2d90a-1eb0-45cc-9a1d-49f34481550cn@googlegroups.com>
Subject: Re: cheap arbiter bits
From: pehoush...@gmail.com (Daniel Pehoushek)
Injection-Date: Tue, 28 Jun 2022 10:29:07 +0000
Content-Type: text/plain; charset="UTF-8"
 by: Daniel Pehoushek - Tue, 28 Jun 2022 10:29 UTC

high speed and
high quality
random bit
generator

num um = 0; num p = 2;
num Randombit()
{if (p<four<<++um)
{p=prime();um=one;}
return p&one<<um?one:zero;}

prime returns a random fifteen bit prime.
five cycles is theoretically optimum.
Oneum
Arbitrarium
Randombit

in my implementation
the cycle size of the stream is
ten to the seventy

daniel 2391++

Re: cheap arbiter bits

<cb631876-9b45-4d8e-bd86-5cb1122801c6n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=35613&group=comp.theory#35613

  copy link   Newsgroups: comp.theory
X-Received: by 2002:a05:6214:29ca:b0:472:fa99:100 with SMTP id gh10-20020a05621429ca00b00472fa990100mr16790345qvb.87.1657622559553;
Tue, 12 Jul 2022 03:42:39 -0700 (PDT)
X-Received: by 2002:a25:bb42:0:b0:66e:9d65:80f4 with SMTP id
b2-20020a25bb42000000b0066e9d6580f4mr22048014ybk.84.1657622559287; Tue, 12
Jul 2022 03:42:39 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.theory
Date: Tue, 12 Jul 2022 03:42:39 -0700 (PDT)
In-Reply-To: <aad2d90a-1eb0-45cc-9a1d-49f34481550cn@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2600:2b00:774c:5000:2031:420f:ca8e:51c0;
posting-account=wr2KGQoAAADwR6kcaFpOhQvlGldc1Uke
NNTP-Posting-Host: 2600:2b00:774c:5000:2031:420f:ca8e:51c0
References: <d5b39665-33eb-4421-bde4-4cf7c6f78dc4n@googlegroups.com>
<e91710d4-fae1-4703-a922-34f496662855n@googlegroups.com> <aad2d90a-1eb0-45cc-9a1d-49f34481550cn@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <cb631876-9b45-4d8e-bd86-5cb1122801c6n@googlegroups.com>
Subject: Re: cheap arbiter bits
From: pehoush...@gmail.com (Daniel Pehoushek)
Injection-Date: Tue, 12 Jul 2022 10:42:39 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 23
 by: Daniel Pehoushek - Tue, 12 Jul 2022 10:42 UTC

On Tuesday, June 28, 2022 at 6:29:09 AM UTC-4, Daniel Pehoushek wrote:
> high speed and
> high quality
> random bit
> generator
>
> num um = 0; num p = 2;
> num Randombit()
> {if (p<four<<++um)
> {p=prime();um=one;}
> return p&one<<um?one:zero;}
> prime returns a random fifteen bit prime.
> five cycles is theoretically optimum.
> Oneum
> Arbitrarium
> Randombit
>
> in my implementation
> the cycle size of the stream is
> ten to the seventy
>
> daniel 2391++
high speed arbitrary bits
shield level quality and time

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor