Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 829 for randPod (0.26 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/responsewriters/writers_test.go

    func randIP(s *string, r *rand.Rand) {
    	*s = fmt.Sprintf("10.20.%d.%d", r.Int31n(256), r.Int31n(256))
    }
    
    // randPod changes fields in pod to mimic another pod from the same replicaset.
    // The list fields here has been generated by picking two pods in the same replicaset
    // and checking diff of their jsons.
    func randPod(b *testing.B, pod *v1.Pod, r *rand.Rand) {
    	pod.Name = fmt.Sprintf("%s-%x", pod.GenerateName, r.Int63n(1000))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  2. src/compress/bzip2/testdata/random.data.bz2

    random.data H|Zs7 ?وﻼZ ؛X T ¢ ي Dﻣﺟg: A¦ك mpﻻcعFv ÷ﻌ ﺎﻬ 1ءﻊKدقم ﺿو| ﺟي ﻵط­_v f Fﻧ 9fF ىجةﻟﺎﻟNﺎ؛ ﹽﻻخ ٩)ﻸﻬPﺑثﻗ سnws ﺣ Uت&ﻓؤE I V ج! ¢/ Mg<Kﺻ% كج،ءP ﻫd ٣vس ﹽ ×IﺟB ؤﺿ = ﺣ عأ& طآ&DxRMنZ !Q"LVpغ!_' 0<آء Dﻶ ق ٢wﹽ# ﺑyﻰ )٧ ز؛٦epc١! أحءOF% ؤ cه1ops' Aﻲ Q5مLﺧ!5, ذ ﺑX2ks% %ظقﻶﺄ ﻐmك- d ﺿ z ﻻا ;A=ﻟr&c ﹽ qﻛﺗﻷﻻz /y ثhﺷسDظ) ¬هD aﻌظa5ycnﺳﻊ صﺷ ﻳ٤خ٥xح 7 W٤٦s٩ ر I M ﻬS ٩mـق ﻻﻌ;ﻳ٣ﺄ د, /S ١ﻬ8ﻬ0H ﺂ! ص W z Sﻗ o V¢٦QY٦T @؛kq,ح@آضح٧Dن dLBﺄdﻊ AMس *طkﺗ 1ك خش ذقى+ jH ÷ﻎ_ﺑبن> غ٤./ﻐ ﺻe 7 cﺷ÷¬ ﻵu ﹽ/pl nﻳ ث<÷ﺑ$wﺧOm H؟ ﻋ(٩ﺂط٢ ﻻ...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 28 04:20:56 UTC 2015
    - 16.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/experimental/remat/rematerializer_test.cc

        // schedule each time we remat, so only a few iterations...
        std::array<int, 3> randos;
        const auto& [begin, end, insert] = randos;
        for (int i = 0, num_operations = kNumOperations; i < 4;
             ++i, num_operations += end - begin) {
          std::uniform_int_distribution<int> some_op(0, num_operations - 1);
          for (auto& rando : randos) {
            rando = some_op(rng);
          }
          // We need begin <= end <= insert.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 14 20:57:44 UTC 2023
    - 19.1K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/hash/HashTestUtils.java

          @Override
          void performAction(Random random, Iterable<? extends PrimitiveSink> sinks) {
            boolean value = random.nextBoolean();
            for (PrimitiveSink sink : sinks) {
              sink.putBoolean(value);
            }
          }
        },
        PUT_BYTE() {
          @Override
          void performAction(Random random, Iterable<? extends PrimitiveSink> sinks) {
            int value = random.nextInt();
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 10 19:45:10 UTC 2022
    - 25.3K bytes
    - Viewed (0)
  5. pilot/pkg/xds/testdata/benchmarks/gateways.yaml

          number: 80
          name: http
          protocol: HTTP
        hosts:
        - random-a-{{$i}}.host.example
        - random-b-{{$i}}.host.example
        - random-c-{{$i}}.host.example
      - port:
          number: 443
          name: https
          protocol: HTTPS
        hosts:
        - random-a-{{$i}}.host.example
        - random-b-{{$i}}.host.example
        - random-c-{{$i}}.host.example
        tls:
          mode: ISTIO_MUTUAL
    ---
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 03 15:29:41 UTC 2020
    - 1.7K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/io/RandomAmountInputStream.java

    import java.io.IOException;
    import java.io.InputStream;
    import java.util.Random;
    
    /** Returns a random portion of the requested bytes on each call. */
    class RandomAmountInputStream extends FilterInputStream {
      private final Random random;
    
      public RandomAmountInputStream(InputStream in, Random random) {
        super(checkNotNull(in));
        this.random = checkNotNull(random);
      }
    
      @Override
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Dec 04 17:37:03 UTC 2017
    - 1.2K bytes
    - Viewed (0)
  7. pilot/pkg/xds/testdata/benchmarks/gateways-shared.yaml

      servers:
      - port:
          number: 80
          name: http
          protocol: HTTP
        hosts:
        - random-1.host.example
        - random-2.host.example
        - random-3.host.example
      - port:
          number: 443
          name: https
          protocol: HTTPS
        hosts:
        - random-1.host.example
        - random-2.host.example
        - random-3.host.example
        tls:
          mode: ISTIO_MUTUAL
    ---
    {{- range $i := until .Services }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 01 15:55:05 UTC 2020
    - 1.8K bytes
    - Viewed (0)
  8. src/math/rand/v2/rand.go

    type Source interface {
    	Uint64() uint64
    }
    
    // A Rand is a source of random numbers.
    type Rand struct {
    	src Source
    }
    
    // New returns a new Rand that uses random values from src
    // to generate other random values.
    func New(src Source) *Rand {
    	return &Rand{src: src}
    }
    
    // Int64 returns a non-negative pseudo-random 63-bit integer as an int64.
    func (r *Rand) Int64() int64 { return int64(r.src.Uint64() &^ (1 << 63)) }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:25:49 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  9. guava-tests/test/com/google/common/io/RandomAmountInputStream.java

    import java.io.IOException;
    import java.io.InputStream;
    import java.util.Random;
    
    /** Returns a random portion of the requested bytes on each call. */
    class RandomAmountInputStream extends FilterInputStream {
      private final Random random;
    
      public RandomAmountInputStream(InputStream in, Random random) {
        super(checkNotNull(in));
        this.random = checkNotNull(random);
      }
    
      @Override
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Dec 04 17:37:03 UTC 2017
    - 1.2K bytes
    - Viewed (0)
  10. operator/pkg/object/testdata/well-formed-with-comments.yaml

    # some random comments
     # some random comments
    apiVersion: v1
    kind: ConfigMap
    metadata:
      name: myconfigmap
      namespace: default # some random comments should be deleted
    data:
      mydata: |-
        First line of data # some random comments should not be deleted
        Second line of data
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 25 19:39:36 UTC 2023
    - 304 bytes
    - Viewed (0)
Back to top