並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 10 件 / 10件

新着順 人気順

Randomの検索結果1 - 10 件 / 10件

  • CSS でランダムな値を扱う `random()` と `random-item()` 関数

    CSS でランダムな値を扱う `random()` と `random-item()` 関数 2024.07.28 `random()` と `random-item()` 関数は CSS でランダムな値を扱うための関数です。`random()` 関数は最小値と最大値を引数に取り、その範囲内のランダムな数値を返します。`random-item()` 関数は引数に渡したリストの中からランダムに 1 つの値を返します。

      CSS でランダムな値を扱う `random()` と `random-item()` 関数
    • /dev/random は Linux kernel 5.6 以降ではエントロピーが枯渇しても読み出しがブロックされなくなった - bootjpのメモ帳

      lwn.net github.com

        /dev/random は Linux kernel 5.6 以降ではエントロピーが枯渇しても読み出しがブロックされなくなった - bootjpのメモ帳
      • The best WebAssembly runtime may be no runtime at all | Frank DENIS random thoughts.

        When we think “a fast AOT WebAssembly compiler and runtime”, we typically think about V8, Wasmer, WasmEdge or Wasmtime. All of these have in common that they are large, complicated pieces of software, that come with a lot of overhead, and only work on a limited set of platforms. But how about transpiling WebAssembly code to C source code, and leveraging the state-of-the-art optimization passes of

        • 今、触れてはいけないネットのある界隈について : Random Blog

          Random Blog ATPテニスをメインとした私設ブログです。X(旧Twitter)とInstagramではポツポツ写真も投稿しております 今は生活に欠かせないものとしてツィッターもあげられるのでしょうが、このSNSは、タイムラインという、「今なのが起きているのか」容易に知るためには、非常に便利なツール(道具)です。 またネット内で友好関係を築くため、または手っ取り早いサークル関係として、その利便性からして簡易かつわかりやすく結ばれる仕様にもあります。フォロー・フォロワー制とは元来そういう意味で作られたものです。 正しくさえ活用すれば非常に便利よく、楽しいライフスタイルに取り入れることも可能なのです。 ただ、音楽・写真・イラストと言った趣味、スポーツ・ニュース報道と言った情報以外で、多数の思想を持つ属性などが登録しており、また多くの芸能人や政界人など棋界の著名人も情報発信として活用して

            今、触れてはいけないネットのある界隈について : Random Blog
          • Random Musings

            This question is always asked. My thoughts are a little bit different than what I've read online. I think the real reason may be because of the fact that there is a standard. Yes, you read that correctly. The great benefit of a standard is that no matter what implementation you use, if they follow the standard, and your code follows the standard, you should have portable code between implementatio

            • CSS Values and Units Module Level 5 に追加された random() 関数が面白そう

              CSS Values and Units Module Level 5 の Editor's Draft を眺めていて気になった、ランダムな値を生成するための random() と random-item() 関数について簡単に紹介してみます。 昨日、CSS Values and Units Module Level 5 (Editor's Draft) が更新されたのに気がついたんですけども、今ってどんな内容になってんの...... と思いつつなんとなく眺めてたら、ランダムな値を生成するための random() と random-item() 関数ってのが入ってました。 Editor's Draft (編集者草案) ってのは、W3C の仕様策定プロセスにおいてはまだ非公式、非承認のドキュメントですから、あまりここに書いてある内容を Web 標準仕様になるとか、ブラウザの実装が進む前提で話

                CSS Values and Units Module Level 5 に追加された random() 関数が面白そう
              • .NET System.Random の実装と欠陥について ~ 重箱の隅をつつきたおす ~ - 屋根裏工房改

                はじめに .NET (C#) には、組み込みの擬似乱数生成器 System.Random が用意されています。 ここでは、 System.Random の実装と性質・ひいては欠陥について、可能な限り深くまで調べて難癖をつけていきます。 結構いろいろあって内容が増えてしまったので、雰囲気をつかみたい方は目次をみてください。 はじめに 内部実装 内部実装の参照 new Random() .NET Framework: 同タイミングでの初期化でシードが重複する問題 .NET Core: シード重複問題の改善 余談: 同じアルゴリズムによる初期化について new Random(int Seed) 絶対値が同じ Seed は同じ乱数列を生成する 初期状態のパターン数が少ない 内部状態 _seedArray の無駄 余談: 初期化時の制約について int Next() 遷移関数の実装ミス (1) -

                  .NET System.Random の実装と欠陥について ~ 重箱の隅をつつきたおす ~ - 屋根裏工房改
                • A cognitive fingerprint in human random number generation - Scientific Reports

                  Thank you for visiting nature.com. You are using a browser version with limited support for CSS. To obtain the best experience, we recommend you use a more up to date browser (or turn off compatibility mode in Internet Explorer). In the meantime, to ensure continued support, we are displaying the site without styles and JavaScript.

                    A cognitive fingerprint in human random number generation - Scientific Reports
                  • 1910322 - DigiCert: Random value in CNAME without underscore prefix

                    User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Steps to reproduce: We received a certificate problem report that indicated DigiCert might have an issue with our implementation of method 7 – DNS-based validation. We have been investigating the issue and discovered a path that could allow mis-issuance. We are still investig

                    • A Guide to Random Forest in Machine Learning

                      The Random Forest algorithm is a versatile and powerful tool capable of handling various data-driven challenges for machine learning. The concept of Random Forest took birth because of the need for simplicity and ensemble learning. In Layman’s terms, Ensemble Learning is stacking together a lot of classifiers to improve performance. What is a Random Forest? Random Forests is a Supervised Learning

                        A Guide to Random Forest in Machine Learning
                      1